home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Essentials / MacApp Documentation / MacApp.TECH$ Archives / 1990 / Apr 90 / MacApp.Tech$ 4⁄13⁄90 / 1066-TTranscript bug-Apr90 < prev    next >
Encoding:
Text File  |  1991-03-06  |  799 b   |  24 lines  |  [TEXT/GEOL]

  1. Item forwarded  by  MACAPP.ADMIN to NORVELL.J
  2.  
  3. Item forwarded  by  A33          to A34
  4.  
  5. Item    1126946                         9-April-90        19:42PDT
  6.  
  7. From:   CHESLEY1                        Chesley, Harry
  8.  
  9. To:     MACAPP.TECH$                    MacApp Technical
  10.  
  11. Sub:    TTranscript bug
  12.  
  13. I believe I've run into a bug in the TTranscript class of 2.0 final. But there
  14. is a simple work-around, in case anyone else is also using that class.
  15.  
  16. The problem is that fFontInfo is not getting initialized properly (it should be
  17. set in CommonInit, and isn't). This causes the transcript view to display
  18. nothing at all.
  19.  
  20. The simple work-around is to call InstallTextStyle right after initializing.
  21. This method does properly set fFontInfo, thus cleaning up after the incomplete
  22. initialization.
  23.  
  24.